func golang.org/x/sys/unix.fsconfigCommon

7 uses

	golang.org/x/sys/unix (current package)
		syscall_linux.go#L1897: func fsconfigCommon(fd int, cmd uint, key string, value *byte, aux int) (err error) {
		syscall_linux.go#L1911: 	return fsconfigCommon(fd, FSCONFIG_SET_FLAG, key, nil, 0)
		syscall_linux.go#L1925: 	return fsconfigCommon(fd, FSCONFIG_SET_STRING, key, valuep, 0)
		syscall_linux.go#L1938: 	return fsconfigCommon(fd, FSCONFIG_SET_BINARY, key, &value[0], len(value))
		syscall_linux.go#L1953: 	return fsconfigCommon(fd, FSCONFIG_SET_PATH, key, valuep, atfd)
		syscall_linux.go#L1964: 	return fsconfigCommon(fd, FSCONFIG_SET_PATH_EMPTY, key, valuep, atfd)
		syscall_linux.go#L1974: 	return fsconfigCommon(fd, FSCONFIG_SET_FD, key, nil, value)